{
  "type": "minecraft:overworld",
  "generator": {
    "type": "minecraft:noise",
    "settings": "minecraft:overworld",
    "biome_source": {
      "type": "minecraft:multi_noise",
      "biomes": [
        {
          "biome": "minecraft:deep_dark",
          "parameters": {
            "temperature": [
              -2,
              0
            ],
            "humidity": [
              -2,
              2
            ],
            "continentalness": [
              -2,
              -1.2
            ],
            "erosion": [
              -1,
              0.4
            ],
            "weirdness": [
              -0.1,
              0.16
            ],
            "depth": 1.5,
            "offset": 0
          }
        }
      ]
    }
  }
}
